home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000383_jaltman@columbia.edu_Wed Nov 5 15:27:35 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Atomic file movement in Kermit
  5. Date: 5 Nov 2003 15:24:39 GMT
  6. Organization: Columbia University
  7. Lines: 66
  8. Message-ID: <bob4nn$6v0$1@newsmaster.cc.columbia.edu>
  9. References: <f0bb0f39.0311040847.505a54ee@posting.google.com> <bo8mar$a75$1@newsmaster.cc.columbia.edu> <f0bb0f39.0311050424.65e95d47@posting.google.com>
  10. NNTP-Posting-Host: papaya.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1068045879 7136 128.59.59.107 (5 Nov 2003 15:24:39 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 5 Nov 2003 15:24:39 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14639
  16.  
  17. An article besides the one I pointed you to?  No.
  18.  
  19. The SKERMIT web page describes how to install C-Kermit for use as 
  20. an OpenSSH subsystem as well as how to incorporate its functionality 
  21. into a script for use on C-Kermit and Kermit 95.
  22.  
  23. Although, I am not sure why you are mentioning Kermit 95's dialer
  24. since you stated that you need to run the script on Linux.  However,
  25. assuming you need to run the server on Linux and the client is Windows,
  26. the answer is 'no'.  The K95 dialer at the current moment does not 
  27. support the ability to construct connections to an SSH subsystem.  
  28. Part of the reason is because K95 does not support SFTP and there was
  29. no need to specify that type of configuration.  I will consider adding
  30. it to a future build.
  31.  
  32. If this type of functionality is important to you and is urgently
  33. required, please contact me privately.
  34.  
  35. Jeffrey Altman
  36. Kermit 95 Author
  37. Volunteer
  38.  
  39.  
  40. newexpectuser <anthonypieper@cs.com> wrote:
  41. : is there a specific article about how to do this ?..I was wondering if
  42. : there is some option in the K95 GUI/Dialer to do this ?
  43. :
  44. : Jeffrey Altman <jaltman@columbia.edu> wrote in message news:<bo8mar$a75$1@newsmaster.cc.columbia.edu>...
  45. :> Please read 
  46. :> 
  47. :>   http://www.kermit-project.org/skermit.html
  48. :> 
  49. :> which describes the use of C-Kermit as an OpenSSH subsystem for 
  50. :> file transfer instead of SFTP.  SFTP does not support atomic file
  51. :> transactions, Kermit protocol does.
  52. :> 
  53. :> Jeffrey Altman
  54. :> Kermit 95 Author
  55. :> Volunteer
  56. :> 
  57. :> 
  58. :> newexpectuser <anthonypieper@cs.com> wrote:
  59. :> : Can any of the SSH clients of Kermit do Atomic file movement like the
  60. :> : FTP version ?
  61. :>  
  62. :> : I have am trying to run a script on a Linux box, open a connection to
  63. :> : a secure server, get all the files in a directory, then delete the
  64. :> : files after they have been transfered successfully.
  65. :>  
  66. :> : I seem to be able to find some SSH clients out there, but I need ALL
  67. :> : the following to be able to be done:
  68. :>  
  69. :> : 1) Able to script the SSH client
  70. :> : 2) Able to have the SSH client run on a schedule 
  71. :> : 3) Able to pass the password (no key authentication)
  72. :> : 4) SSH client must be able to create a log file
  73. :> : 5) ABLE TO DELETE file from remote system, once it has been
  74. :> : successfully transfered to the host system.
  75. :>  
  76. :> : Thanks in advance
  77.  
  78. -- 
  79.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  80.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  81.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  82.  kermit-support@columbia.edu               OpenSSL.
  83.